Motion.DisableGroup method

Changes the state of a group to GroupDisabled. If the axes are not standby still while sending this command, it is up to the application to take the necessary precautions.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError DisableGroup(
       int Index
)
Public Function DisableGroup(
       Index As Integer
) As KsError

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

Return value

Type: KsError

A return code of a method.

Remarks

The command doesn't influence the power state of any single axis in the group.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace